home *** CD-ROM | disk | FTP | other *** search
/ Hardcore Gamer Resource Kit / Hardcore Gamer Resource Kit - Disc 2.iso / Pc / U_Z / WHOPATCH.ZIP / WINHOUP.BAT < prev   
DOS Batch File  |  1993-07-14  |  377b  |  20 lines

  1. @echo off
  2. if not exist winho.exe goto error
  3. patch
  4. if errorlevel 1 goto error1
  5. echo 
  6. echo Patch program reported no errors!
  7. goto end
  8. :error1
  9. echo 
  10. echo Patch program reported an error!
  11. goto end
  12. :error
  13. echo WINHO.EXE must be in the same directory as the PATCH files.
  14. echo 
  15. echo Copy all the PATCH.* files to the directory with WINHO.EXE
  16. :end
  17. echo 
  18. echo 
  19.  
  20.